Conversation
…dlerfilter feat: JWT 인증 필터에서 검증 토큰 처리 로직 개선 및 쿠키 삭제 기능 추가
…dlerfilter feat: JWT 인증 필터에서 검증 토큰 처리 로직 개선
…dlerfilter feat: JWT 인증 필터에서 액세스 토큰 및 검증 토큰 처리 로직 개선
* feat: MiniStudy 엔티티에 tag 필드 추가 * feat: MiniStudyResponse에 tag 필드 추가 * feat: MiniStudyQueryRepository에 tag 필드 추가 * test: MiniStudyQueryRepositoryTest에 tag 필드 관련 테스트 추가 * feat: mini_study 테이블에 tag 컬럼 추가
* feat: 임시 지원서 목록 조회 API에 semesterId 필터 추가 * feat: 제출된 지원서 조회 API에 semesterId 필터 추가 * feat: 제출된 지원서 조회 API에 semesterId 파라미터 추가 * feat: 임시 지원서 조회 API에 semesterId 파라미터 추가 * feat: 지원서 조회 쿼리에 semesterId 파라미터 추가 및 필터링 로직 구현 * test: 지원서 조회 테스트에 semesterId 필터링 테스트 추가
* feat: ContentType enum 추가하여 콘텐츠 유형 정의 * feat: Jectalk 엔티티 및 DTO 구조 변경 * feat: JectalkQueryRepository 반환 필드 수정 * test: JectalkQueryRepositoryTest 수정으로 반환 필드 검증 업데이트 * feat: Jectalk 테이블 구조 변경 및 데이터 마이그레이션으로 인한 Flyway migration 추 * feat: Jectalk 테이블 content_type 컬럼 기본값 추가 * feat: Category 필드 및 필터링 추가
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Test Results255 tests 255 ✅ 9s ⏱️ Results for commit 88e4818. |
📊테스트 커버리지
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
프로덕션 릴리스를 위해 dev 브랜치의 최신 변경사항을 main으로 병합
주요 변경사항
작업 목록
feat: JWT 인증 필터에서 검증 토큰 처리 로직 개선 및 쿠키 삭제 기능 추가
feat: JWT 인증 필터에서 검증 토큰 쿠키에 보안 속성 추가
feat: JWT 인증 필터에서 검증 토큰 처리 로직 개선
feat: JWT 인증 필터에서 검증 토큰 처리 로직 간소화
feat: JWT 인증 필터에서 액세스 토큰 및 검증 토큰 처리 로직 개선
feat: 관리자 로그인 및 서포터 토큰 발급 이벤트를 발행하도록 알림 시스템을 이벤트 기반으로 리팩토링 (refactor: 관리자 로그인 및 서포터 토큰 발급 이벤트를 발행하도록 알림 시스템을 이벤트 기반으로 리팩토링 #405)
feat: 미니 스터디 설명 필드 추가 (feat: 미니 스터디 설명 필드 추가 #408)
feat: MiniStudy 엔티티에 tag 필드 추가
feat: MiniStudyResponse에 tag 필드 추가
feat: MiniStudyQueryRepository에 tag 필드 추가
test: MiniStudyQueryRepositoryTest에 tag 필드 관련 테스트 추가
feat: mini_study 테이블에 tag 컬럼 추가
feat: 관리자 지원서 조회 API에 기수 파라미터 추가 (feat: 관리자 지원서 조회 API에 기수 파라미터 추가 #409)
feat: 임시 지원서 목록 조회 API에 semesterId 필터 추가
feat: 제출된 지원서 조회 API에 semesterId 필터 추가
feat: 제출된 지원서 조회 API에 semesterId 파라미터 추가
feat: 임시 지원서 조회 API에 semesterId 파라미터 추가
feat: 지원서 조회 쿼리에 semesterId 파라미터 추가 및 필터링 로직 구현
test: 지원서 조회 테스트에 semesterId 필터링 테스트 추가
feat: Jectalk 엔티티 스펙 변경 (feat: Jectalk 엔티티 스펙 변경 #412)
feat: ContentType enum 추가하여 콘텐츠 유형 정의
feat: Jectalk 엔티티 및 DTO 구조 변경
feat: JectalkQueryRepository 반환 필드 수정
test: JectalkQueryRepositoryTest 수정으로 반환 필드 검증 업데이트
feat: Jectalk 테이블 구조 변경 및 데이터 마이그레이션으로 인한 Flyway migration 추
feat: Jectalk 테이블 content_type 컬럼 기본값 추가
feat: Category 필드 및 필터링 추가
feat: n8n에 지원서 제출 이벤트 발행 기능 추가